home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 65
/
Clickx 65.iso
/
software
/
internet
/
xmarks
/
xmarks-3.1.1.xpi
/
chrome
/
content
/
foxmarks-log.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2009-05-05
|
307 b
|
15 lines
/*
Copyright 2005-2007 Foxmarks Inc.
foxmarks-log.js: provides logging support.
*/
function LogWrite(str)
{
if (gSettings.enableLogging) {
Components.classes["@foxcloud.com/extensions/foxmarks;1"].
getService(Components.interfaces.nsIFoxmarksService).logWrite(str);
}
}